Skip to content

Conversation

@q-nathangrand
Copy link
Contributor

@q-nathangrand q-nathangrand commented Dec 2, 2025

Fixes #5007 for 1.1.X branch

Will need cherry picking to 2.0.X and potentially 1.0.X branches :)

See 8e8654e for VertexAI commit

… and function calls

Signed-off-by: NathanGrand <nathangrand@quantexa.com>
assertThat(updated.getTtl()).isEqualTo(newTtl);
assertThat(updated.getUpdateTime()).isNotNull();
assertThat(updated.getUpdateTime()).isAfter(created.getCreateTime());
assertThat(updated.getUpdateTime()).isAfterOrEqualTo(created.getCreateTime());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was consistently failing as the Instant was equal (I'm on Windows, time is fun!)

@q-nathangrand q-nathangrand changed the title GH-5007: Fix handling when response contains both text and function calls GH-5007: Gemini on google-genai: Fix handling when response contains both text and function calls Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant